/* eassistant */

* { background: 0 0; margin: 0; padding: 0; outline: 0; border: 0; box-sizing: border-box }
html { font-size: 100%; scroll-behavior: smooth }
.wrapper { min-width: 320px; position: relative; overflow: hidden; }
.container { position: relative; max-width: 1200px; width: calc(100% - 20px); margin: 0 auto; }
.section { margin-bottom: 40px; position: relative; max-width: 1200px; width: 100%; }

h1, h2, h3, h4 { /* margin-bottom: 10px; */ }
h1 { font-size: 22px; font-weight: bold; }
h2 { font-size: 25px; font-weight: bold; }
h3 { font-size: 20px; line-height: 1.4; }
h4 { font-size: 18px; line-height: 1.4; }
p { font-size: 16px; line-height: 1.8; }
h1 + p, h2 + p { margin-top: -10px; /* margin-bottom: 10px; */ }

a { text-decoration: none; }

button, input, select, textarea { font-size: inherit; font-family: inherit; }
input:not([type=checkbox]) { display: inline-block; color: inherit; padding: 15px 20px; border-radius: 10px; width: 100%; }
input[type=button], input[type=checkbox], input[type=file], input[type=image], input[type=radio], input[type=reset], input[type=submit] { width: auto; }

.e-grid3 {
    grid-template-columns: repeat(6, 1fr);
    justify-content: flex-start;
    flex-direction: row;
    overflow: overlay;
}
@media (max-width: 560px) {
    .e-grid7, .e-grid6, .e-grid5, .e-grid4, .e-grid3 {
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
        flex-direction: row;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .e-grid3 {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
        margin-bottom: 10px;
        gap: 20px;
        padding: 20px;
    }
}

/* update */
.ann-short_item > a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.ann-short_price {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}